home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / PSviewExample / InfoPanelView.h next >
Text File  |  1995-06-12  |  106b  |  11 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface InfoPanelView:View
  5. {
  6. }
  7.  
  8. - drawSelf:(NXRect *)r :(int) count;
  9.  
  10. @end
  11.